Q3ViewAngleAspectCamera_SetAspectRatio
You can use theQ3ViewAngleAspectCamera_SetAspectRatio
function to set the aspect ratio of an aspect ratio camera.
TQ3Status Q3ViewAngleAspectCamera_SetAspectRatio ( TQ3CameraObject camera, float aspectRatioXToY);
camera
- An aspect ratio camera object.
aspectRatioXToY
- The desired horizontal-to-vertical aspect ratio of the specified camera.
DESCRIPTION
TheQ3ViewAngleAspectCamera_SetAspectRatio
function sets the horizontal-to-vertical aspect ratio of the camera specified by thecamera
parameter to the value specified in theaspectRatioXToY
parameter.